Method DefaultValue(TProp)

Assembly: redb.Core.Pro.dll

Default value for new field.
builder.Property(p => p.Category)
.DefaultValue("Unknown");

IPropertyMigrationBuilder<TProps, TProp> DefaultValue(TProp value)